Previous Topic: HTTP URL InformationNext Topic: HTTP Headers Information


HTTP Proxy Information

HTTP Proxy Information includes input parameters that apply to the following operators:

Note: Unless otherwise specified, field entries override corresponding field values inherited from the operator category level configuration.

Use Proxy?

Specifies whether the HTTP calls go through a proxy server. This field overrides the module field. If left blank, the operator uses the default value set at the module level.

Values

One of the following:

  • True - Indicates to route HTTP calls through a proxy server.
  • False - Indicates that HTTP calls do not go through a proxy server.
  • Blank - Indicates to use the value set at the module level.
  • Any other value - Same as False.

Notes:

Proxy Host

Specifies either the URL (with http or https) of the proxy server or the FQDN of the proxy server.

Note: If the FQDN is entered, the HTTP scheme is used to contact the Proxy server, that is, http://<FQDN of proxy>:<port>.

Proxy Port

Specifies the port of the specified Proxy Host.

Values

One of the following:

  • Blank - Inherits the Default Proxy Port value set at the module level, if present. Otherwise, port 80.
  • The specified port number.
Proxy Authentication?

Specifies whether the proxy server, at the specified proxy URL, requires authentication. Proxy authentication can be either Basic HTTP authentication or NTLM authentication. If either type of authentication is needed, set this value to true.

Values

One of the following:

  • True - Indicates the proxy server requires authentication.
  • False - Indicates the proxy server does not require authentication.
  • Blank - Indicates to use the default value set at the module level.
  • Any other value - Same as False.
Proxy NTLM Authentication?

Indicates whether the specified Proxy Host requires NTLM authentication.

Values

One of the following:

  • True - Indicates that the specified Proxy Host requires NTLM authentication.
  • False - Indicates that the specified Proxy Host does not require NTLM authentication. The proxy host uses basic HTTP authentication.
  • Blank - Specifies to use the value set at the module level.
  • Any other value - Same as False.
Note

If Proxy Authentication is set to false in the operator then the following are disabled:

  • Proxy NTLM authentication
  • Proxy User name
  • Proxy Password
  • Proxy Domain name

If Proxy Authentication is not set to false in the operator (true, dataset variable or any other value) then the following are enabled:

  • Proxy NTLM Authentication
  • Proxy User name
  • Proxy Password
  • Proxy Domain name
Proxy User name

Specifies the username to use when authenticating with the proxy.

Proxy Password

Specifies that password associated with the Proxy User name.

Proxy Domain name

Specifies the name of the domain to use when authenticating against the specified Proxy server.

Use the following guidelines:

Usage Notes for Proxy Domain name, Proxy User name, and Proxy NTLM authentication